const unicode.pP
32 uses
unicode (current package)
graphic.go#L10: pP // a punctuation character.
graphic.go#L115: return properties[uint8(r)]&pP != 0
tables.go#L7599: 0x21: pP | pp, // '!'
tables.go#L7600: 0x22: pP | pp, // '"'
tables.go#L7601: 0x23: pP | pp, // '#'
tables.go#L7603: 0x25: pP | pp, // '%'
tables.go#L7604: 0x26: pP | pp, // '&'
tables.go#L7605: 0x27: pP | pp, // '\''
tables.go#L7606: 0x28: pP | pp, // '('
tables.go#L7607: 0x29: pP | pp, // ')'
tables.go#L7608: 0x2A: pP | pp, // '*'
tables.go#L7610: 0x2C: pP | pp, // ','
tables.go#L7611: 0x2D: pP | pp, // '-'
tables.go#L7612: 0x2E: pP | pp, // '.'
tables.go#L7613: 0x2F: pP | pp, // '/'
tables.go#L7624: 0x3A: pP | pp, // ':'
tables.go#L7625: 0x3B: pP | pp, // ';'
tables.go#L7629: 0x3F: pP | pp, // '?'
tables.go#L7630: 0x40: pP | pp, // '@'
tables.go#L7657: 0x5B: pP | pp, // '['
tables.go#L7658: 0x5C: pP | pp, // '\\'
tables.go#L7659: 0x5D: pP | pp, // ']'
tables.go#L7661: 0x5F: pP | pp, // '_'
tables.go#L7689: 0x7B: pP | pp, // '{'
tables.go#L7691: 0x7D: pP | pp, // '}'
tables.go#L7727: 0xA1: pP | pp, // '¡'
tables.go#L7733: 0xA7: pP | pp, // '§'
tables.go#L7737: 0xAB: pP | pp, // '«'
tables.go#L7748: 0xB6: pP | pp, // '¶'
tables.go#L7749: 0xB7: pP | pp, // '·'
tables.go#L7753: 0xBB: pP | pp, // '»'
tables.go#L7757: 0xBF: pP | pp, // '¿'
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |